PowerTools SPREAD for Windows Forms 8.0J
RangeGroupModelEventArgs コンストラクタ(ArrayList,Boolean,Boolean,Int32[],RangeGroupModelEventType)


展開または折りたたむアウトライン(範囲グループ)
アウトライン(範囲グループ)を展開するか折りたたむか
これが行のアウトライン(範囲グループ)であるかどうか
変更されたインデックスの配列
アウトライン(範囲グループ)モデルの種類
新しいアウトライン(範囲グループ)モデルイベント引数オブジェクトを作成します。
構文
'Declaration
 
Public Function New( _
   ByVal groupsToExpand As ArrayList, _
   ByVal expand As Boolean, _
   ByVal isRowGroup As Boolean, _
   ByVal changedIndexes() As Integer, _
   ByVal type As RangeGroupModelEventType _
)
'使用法
 
Dim groupsToExpand As ArrayList
Dim expand As Boolean
Dim isRowGroup As Boolean
Dim changedIndexes() As Integer
Dim type As RangeGroupModelEventType
 
Dim instance As New RangeGroupModelEventArgs(groupsToExpand, expand, isRowGroup, changedIndexes, type)
public RangeGroupModelEventArgs( 
   ArrayList groupsToExpand,
   bool expand,
   bool isRowGroup,
   int[] changedIndexes,
   RangeGroupModelEventType type
)

パラメータ

groupsToExpand
展開または折りたたむアウトライン(範囲グループ)
expand
アウトライン(範囲グループ)を展開するか折りたたむか
isRowGroup
これが行のアウトライン(範囲グループ)であるかどうか
changedIndexes
変更されたインデックスの配列
type
アウトライン(範囲グループ)モデルの種類
参照

RangeGroupModelEventArgs クラス
RangeGroupModelEventArgs メンバ
オーバーロード一覧

 

 


© 2004-2015, GrapeCity inc. All rights reserved.